SixBit API Schema
FeedbackTypeSentType Simple Type
Description
The type of feedback sent.
Namespace (none)
Type
Restriction of xs:string
Diagram
FeedbackTypeSentType Simple Type
Overview
FeedbackTypeSentType Restriction of xs:string
The type of feedback sent.
Facets
Enumerationpositive
Enumerationnegative
Enumerationneutral
Enumerationunknown
Source
<xs:simpleType name="FeedbackTypeSentType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>The type of feedback sent.</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:string">
    <xs:enumeration value="positive" />
    <xs:enumeration value="negative" />
    <xs:enumeration value="neutral" />
    <xs:enumeration value="unknown" />
  </xs:restriction>
</xs:simpleType>
See Also
SixBit API Schema

 

 


© 2022 All Rights Reserved.

Send comments on this topic.